@charset "utf-8";
/* CSS Document */ 

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1400px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 110px;
    background: rgba(255,255,255,.2);
    border-bottom: 1px #c0ebff solid;
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
}

.logo,.nav{
    float: left;
}
.logo{
    margin-left: 6%;
}
.nav{
    margin-left: 6%;
    width: 45%;
}
.nav>li{
    float: left;
    width: 14%;
    line-height: 110px;
    text-align: center;
    height: 110px;
}
.nav>li.active{
    background: #0173cf;
    line-height: 120px;
    height: 120px;
}
.nav>li.active>a{
    color: #fff;
}
.nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #000;
}

.er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 110px;
    left: 0;
    display: none;
}
.er_con {
    width: 1190px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 2px;
    overflow: hidden;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.er_con ul li a img {
    width: 100%;
    min-height: 180px;
    transition: all 0.6s;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #737373;
    line-height: 30px;
    color: #fff;
}
.er_con ul li:hover img{
    transform: scale(1.1);
}

.h_phone{
    float: right;
    margin-right: 5%
}

@media screen and (max-width: 1800px) {
    .logo{margin-left: 1%;}
    .nav{margin-left: 2%}
    .h_phone{margin-right: 1%;}
    
}


/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 930px;
	overflow: hidden;
	zoom: 1;
	border: 0;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 930px;
	border:0;
}

/*分类*/
.zycp{
    width: 100%;
    height: 330px;
    background: #eee;
}
.zycp ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.zycp ul li{
    width: 30%;
    height: 270px;
    background: #f5f5f5;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin-top: 30px;
}
.zycp ul li .flimg{
    width: 270px;
    height: 270px;
    overflow: hidden;
}
.zycp ul li .flnr{
    margin-left: 20px;
}
.zycp ul li .flnr h3{
    font-size: 25px;
    color: #1f1f1f;
    font-weight: bold;
    display: block;
    padding: 40px 0 15px 0;
}
.zycp ul li .flnr dl dd{
    color: #1f1f1f;
    font-size: 17px;
    line-height: 33px;
    background: url(../images/tba.png) left center  no-repeat;
    padding-left: 30px;
}
.zycp ul li .flnr a{
    display: block;
    width: 95px;
    height: 30px;
    background: #cc3300;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: "Arial";
    margin-top: 35px;
}
.zycp ul li:hover{
    margin-top: 1px;
    transition: all 0.6s;
}
.zycp ul li:hover .flimg img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.zycp ul li:hover .flnr a{
    background: #016ccf
}



/*产品*/
.probt{
	text-align: center;
    margin-top: 35px;
}
.probt p{
	font-size: 14px;
    color: #333;
    line-height: 35px;
}
.probt img:hover{
    animation: ball .6s infinite alternate;
}
.pro_list{
    margin: 15px auto;
    width: 1350px;
}
.pro_list ul li{
    float: left;
    width: 260px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    position: relative;
    border: 1px solid #d0d0d0;
    margin: 4px;
    border-radius: 5px;
}
.pro_list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.pro_list ul li.active{
    background: #016ccf;
    border: 1px solid #016ccf;
}
.pro_list ul li.active a{
    color: #fff;
}

.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
	height: 760px;
	margin-top: 30px
}
.pro_go ul{
    overflow: hidden;
}
.pro_go ul li{
    width: 24.2%;
    margin: 8px 0.4%;
    float: left;
    position: relative;
    height: 360px !important;
    box-sizing: border-box;
    background: #0173cf;
}
.cpimg{
    width: 95%;
    height: 340px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
.cpimg .k_img{
    width: 100%;
    height: 340px;
}

.pro_go ul li .p1{
    width: 75%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0;
    background: rgba(0,0,0,.7);
    border-radius: 0 5px 0 0;
    text-align: right;
}
.pro_go ul li .p1 span{
	color: #fff;
	font-size: 17px;
    padding-right: 20px;

}
.pro_go ul li .p2{
	width:100px;
	height:85px;
	background:#d00707;
	text-align: center;
	position: absolute;
	bottom: 8px;
	left: 0;
    border-radius: 10px 25px 8px 8px;
}
.pro_go ul li .p2 img{
    margin-top: 15px;
}
.pro_go ul li .p2 em{
    display: block;
    width: 75px;
    height: 26px;
    background: #fff;
    border-radius: 50px;
    font-size: 14px;
    color: #d00707;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 8px;
}
.pro_go ul li:hover .p1{
    width: 100%;
    transition: all 0.6s;
}
.pro_go ul li:hover .cpimg .k_img{
   transition: all 0.6s;
    transform: scale(1.1); 
}
/*优势*/
.index-pro{
    background:url(../images/index_pbg.jpg) center no-repeat;
    -o-background-size:100%;
    width:100%;
    height:835px;
    margin-top: 55px;
}
.ysbt{
    text-align: center;
    padding-top: 35px;
}
.ysbt img:hover{
    animation: ball .6s infinite alternate;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none;-webkit-tap-highlight-color:transparent;
height: 720px !important;overflow: hidden;}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;zoom:1}
.slick-track:after,.slick-track:before{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
.slick-slide img{display:block;margin-top: 20px;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-next,.slick-prev{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;background:0 0;color:transparent;top:50%;margin-top:-40px;padding:0;border:none;outline:0}
.slick-next:focus,.slick-prev:focus{outline:0}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{filter:alpha(opacity=25);-moz-opacity:.25;-khtml-opacity:.25;opacity:.25}
.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;color:#fff;filter:alpha(opacity=80);-moz-opacity:.85;-khtml-opacity:.85;opacity:.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:25px;-o-background-size:100% 100%;background-size:100% 100%;width:40px;height:80px}
.slick-next{right:25px;-o-background-size:100% 100%;background-size:100% 100%;width:40px;height:80px}
.slick-dots{position:absolute;bottom:25px;list-style:none;display:block;text-align:center;padding:0;width:100%}
.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:0 0;display:block;height:10px;width:10px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer;outline:0}
.slick-dots li button:focus{outline:0}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"\2022";width:20px;height:20px;font-family:slick;font-size:6px;line-height:20px;text-align:center;filter:alpha(opacity=25);-moz-opacity:.25;-khtml-opacity:.25;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{filter:alpha(opacity=75);-moz-opacity:.75;-khtml-opacity:.75;opacity:.75}
.slick-dots li button{background:#fff;border-radius:50%}
.slick-slider .slick-active button{background:#1d437b;background:-webkit-linear-gradient(left,#1d437b,#3c74af);background:-o-linear-gradient(right,#1d437b,#3c74af);background:-moz-linear-gradient(right,#1d437b,#3c74af);background:-moz-linear-gradient(left,#1d437b,#3c74af);background:-o-linear-gradient(left,#1d437b,#3c74af);background:linear-gradient(to right,#1d437b,#3c74af);width:35px;border-radius:20px;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-webkit-transition:all .8s ease-in-out;-o-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}

.index-pro .index-cp .slick-dots{bottom:90px}
.index-pro .index-cp .slick-dots button{opacity:1;background:#ee0019;border-radius:20px;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.index-pro .index-cp .slick-dots .slick-active button{background:#d80016;opacity:1;background:-webkit-linear-gradient(left,#d60016,#ec0019);background:-o-linear-gradient(right,#d60016,#ec0019);background:-moz-linear-gradient(right,#d60016,#ec0019);background:-moz-linear-gradient(left,#d60016,#ec0019);background:-o-linear-gradient(left,#d60016,#ec0019);background:linear-gradient(to right,#d60016,#ec0019);width:40px;border-radius:20px;-o-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.ind-box{
    background:#fff url(../images/rxbj.jpg) center no-repeat;
    border-radius:60px;
    position:relative;
    box-shadow:0 0 30px rgba(0,0,0,.3);
    height: 610px;
    margin-top: 40px;
}
.ind-box:after{
    width:408px;
    height:221px;
    content:"";
    display:block;
    background:url(../images/sj_b.png) no-repeat;
    -o-background-size:cover;
    background-size:cover;
    position:absolute;
    right:-10px;
    bottom:-10px;
}
.ind-box .left-box{
    float:left;
    margin-left:-10%;
    position:relative;
    z-index:5
}
.ind-box .left-box:after{
    width: 470px;
    height: 572px;
    background: url(../images/ydp_bg.png) no-repeat;
    -o-background-size: cover;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 140px;
    z-index: -1;
}
.ind-box .left-box img{
    margin-left: 190px;
    margin-top: 100px;
}
.ind-box .right-box{
    float:right;
    width:690px;
    margin-top: 65px;
    margin-right: 40px;
}
.ind-box .right-box h3{
    font-weight:bold;
    font-size:35px;
    color:#333;
    position:relative
}
.ind-box .right-box h3:after{
    background:url(../images/xian.png) left center no-repeat;
    width:155px;
    height:2px;
    display:block;
    content:"";
    position:absolute;
    left:0;
    bottom:-15px
}
.ind-box .right-box p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 45px;
}

.ind-box .right-box .wl-tu{
    margin-top:35px
}
.ind-box .right-box .wl-tu span{
    font-size:24px;
    color:#333;
    display:block;
    line-height:30px
}
.ind-box .right-box .wl-tu ul{margin-top:20px}
.ind-box .right-box .wl-tu li{float:left;width:22%;margin-right:2%}
.bj-zx{
    position: absolute;
    right: 16px;
    bottom: 8px;
    text-align: center;
    z-index: 2;
}
.bj-zx img{
    margin:0 auto
}
.bj-zx a{
    display:block;
    cursor:pointer;
    font-size:23px;
    color:#fff;
    margin-top: 10px;
}
.bj-zx a:hover{
    text-decoration: underline;
}
.bj-zx em{
    font-size: 36px;
    font-family: "Arial";
    color: #fff;
}

/*案例*/
.case_con{
    width: 1400px;
    margin:0 auto;
    overflow: hidden;
    margin-top: 15px;
}
.case_go{
    width: 99999px;
    position: relative;
}
.case_go ul li {
    width: 330px;
    height: 335px;
    border: 1px #ededed solid;
    margin:10px;
    float: left;
    position: relative;
}
.cpimga{
    width: 100%;
    height: 275px;
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
}
.case_go ul li .p1{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #000;
    transition: all 0.6s;
    border-bottom: 1px #e8e8e8 solid;
    background: #ededed;
    font-size: 16px;
}
.case_go ul li .p1 a{
    display: block;
}
.case_go ul li:hover .p1 a{
    color: #0962b6;
    font-weight: bold;
}

.case_go ul li .p2{
    display: block;
    width: 100%;
    height: 275px;
    background: rgba(9,98,182,.36);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.case_go ul li .p2 a{
    display: block;
    width: 135px;
    height: 38px;
    line-height: 38px;
    float: left;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 215px;
}

.case_go ul li .p2 .smore{
    background: #d00707;
}
.case_go ul li .p2 .cptel{
    background: #0962b6;
}
.case_go ul li:hover .p2{
    opacity: 1;
}
.case_go ul li .p2 .smore:hover{
    background: #5f5f5f
}
.case_go ul li .p2 .cptel:hover{
    background: #5f5f5f
}




/*广告*/
.ggbj{
  width: 100%;
  height: 260px;
  background:#0065b6;
  margin-top: 40px;
}
.ggbj ul li{
    float: left;
    border-right: 1px #3686c5 solid;
    height: 120px;
    margin-top: 30px;
}
.ggbj ul li:nth-child(3){
    border-right: initial;
}
.ggbj ul li .ggtel{
    width: 240px;
    color: #fff;
    background: url(../images/dha.png) left center no-repeat;
    padding-left: 70px;
    margin-left: 30px;
    margin-top: 25px;
}
.ggbj ul li .ggtel span{
    display: block;
    color: #fff;
    font-size: 16px;
}
.ggbj ul li .ggtel b{
    font-family: "Arial";
    font-size: 26px;
    font-weight: normal;
}
.ggbj ul li .ggmap{
    width: 490px;
    margin-left: 55px;
    color: #fff;
    background: url(../images/dhb.png) left center no-repeat;
    padding-left: 70px;
    margin-top: 25px;
}
.ggbj ul li .ggmap span{
    display: block;
    line-height: 30px;
}
.ggbj ul li .sousuok{
    width: 420px;
    margin-left: 20px;
}
.ggbj ul li .sousuok form{
    width: 400px;
    height: 38px;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 25px;
}
.ggbj ul li .sousuok form input{
    float: left;
    width: 235px;
    height: 38px;
    color: #333;
    font-size: 13px;
    line-height:38px;
    padding-left: 20px;
    box-sizing: border-box;
    background: none;
    border:0;
}
.ggbj ul li .sousuok form button{
    float: right;
    height: 38px;
    background: #d00707 url(../images/sou.png) 10px center no-repeat;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    padding-left: 3px;
    width: 95px;
    border-radius: 0 25px 25px 0;
}
.ggbj ul li .sousuok p{
    color: #fff;
    font-size: 15px;
    display: block;
    display: block;
    margin-left: 62px;
    margin-top: 15px;
}
.ggbj ul li .sousuok p a{
    color: #fff
}


/*数字*/
.shuzibj {
    height: 260px;
    overflow: hidden;
    margin-top: -95px;
    z-index: 999;
    position: relative;
}
.ys_box{
    height: 180px;
    width: 1400px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin-top: 30px;
}
.ys_box ul{}
.ys_box ul li{
    float: left;
    width: 350px;
    height: 180px;
    background: url(../images/xian.jpg) right center no-repeat;
    text-align: center;
    position: relative;
}
.ys_box ul li+li+li+li{
   background: initial;
}
.ys_box .div1{
    position: relative;
    margin-top: 15px;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #333;
    font-family: "Arial";
}
.ys_box .div1 .span3{
    width: 35px;
    height: 35px;
    display:inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 13px;
    background:#c20017;
    border-radius: 100px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #666;
}

.li_boxa{
    width: 350px;
    background: url(../images/2019041806.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left:0;
    top: -10px;
    box-shadow: 0px 10px 25px -9px #c20017;
    opacity: 0;
    transform: translateY(230px);
    transition: .5s;
    height: 200px;
}
.ys_box .active .li_boxa.li1 {
    transform: translateY(0);
    opacity: 1;
}
.ys_box .active .span1{
    color: #fff
}
.ys_box .active .span3{
    background: #fff;
    color: #c20017
}
.ys_box .active .span2{
    color: #fff
}
/*news*/
.news{
    width: 100%;
    height: 790px;
    background: url(../images/xwbj.jpg) center no-repeat;
    position: relative;
    z-index: 99;
    margin-top: -165px;
}
.xw-l{
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
}
.xw-l ul li{
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 10px;
    box-sizing: border-box;
}
.xw-l ul li .xwimg{
    width: 100%;
    overflow: hidden;
    height: 275px;
    border:1px #ededed solid;
}
.xw-l ul li .xwimg img{
    width: 100%;
    height: 275px;
}
.xw-l ul li .xwtit{
    margin-top: 20px;
}
.xw-l ul li .xwtit h3 a{
    font-size: 23px;
    color: #333;
    display: block;
    margin-bottom: 10px;
    height: 35px;
    overflow: hidden;
}
.xw-l ul li .xwtit p{
    font-size: 15px;
    color: #616161;
    line-height: 23px;
}
.xw-l ul li .xwtit em{
    font-size: 15px;
    color: #828282;
    font-family: "Arial";
    background: url(../images/time.png) left center no-repeat;
    padding-left: 30px;
    line-height: 40px;
    display: block;
    height: 40px;
    margin-top: 7px;
}
.xw-l ul li:hover .xwimg img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.xw-l ul li:hover .xwtit h3 a{
    color: #016ccf;
    padding-left: 13px;
}

/*底部*/
.foot{
    width: 100%;
    height: 335px;
    background:#2e2e2e;
    position: relative;
}
.dblogo{
    margin-top: 30px;
    width: 410px;
}
.dblogo ul{
    margin-top: 10px;
}
.dblogo ul li{
    float: left;
    font-size: 16px;
    color: #fff;
    width: 135px;
    background: url(../images/tbc.png) left center no-repeat;
    line-height: 40px;
}
.dblogo ul li a{
    font-size: 16px;
    color: #fff;   
    padding-left: 20px;
}
.dblogo ul li:hover a{
    text-decoration: underline;
}

.dbewm{
    margin-left: 70px;
    margin-top: 70px;
}
.dbewm ul li{
    width: 210px;
    height: 200px;
    border: 1px #6a6a6a solid;
    float: left;
    text-align: center;
}
.dbewm ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 140px;
}
.dbewm ul li span{
    line-height: 40px;
    color: #fff;
    font-size: 15px;
}
.dbtel{
    margin-top: 70px;
} 

.dbtel p{
    color: #fff;
    font-size: 19px;
}
.dbtel p b{
    font-weight: normal;
    font-size: 30px;
    font-family: "Arial";
}
.san{
    margin: 25px 0;
}
.san li{
    float: left;
    position: relative;
    margin-right: 80px;
}
.san li::after{
    content: '';
    display: block;
    width: 1px;
    height: 46px;
    background: #30363e;
    right: -40px;
    top: 0;
    position: absolute;
}
.san li:last-child::after{
    background: transparent;
}
.san li span{
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icona.png);
    background-repeat: no-repeat ;
}
.san li:nth-child(1) span{
    background-position: -13px -88px;
}
.san li:nth-child(2) span{
    background-position: -51px -90px;
}
.san li:nth-child(3) span{
    background-position: -90px -90px;
}
.san li i{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #fff;
    font-style: normal;
    line-height: 35px;
}
.san_des {
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}
.san_des li:nth-child(1){
    display: block;
    font-family: "Arial";
    color: #fc4e29;
}
.san_des li:nth-child(2){
    font-size: 23px;
    font-family: "Arial"
}
.san_des li{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 30px;
    text-align: center;
    width: 300px;
    color: #333;
}
.san_des li:nth-child(3){
    font-size: 17px;
}

.copy{
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height:60px;
    text-align: center;
    background: #0462c2;
    color: #fff;
    font-size: 15px;
}
.copy a{
    color: #fff
}







/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
    height: 60px;
    font-size: 14px;
    line-height:60px;
    color: #000;
    width: 1105px;
    float: right;
    border-top: 5px solid #0065b6;
    background: #f4f4f4;
    margin-bottom: 10px;
}


.breadcrumbs .dqdhMain a {
	font-size: 14px;
	color: #000;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#000;
}
.breadcrumbs .dqdhMain .span2 {
	color:#000;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.dqdhMain{margin-left: 15px;}
.breadcrumbs .span11 {
	color:#000;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
}


/*Â·Ã–Ã'Â³*/
.page{ margin-top: 50px;}
.page_contact{
    position: relative;
    width:100%;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #e30000;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}
.map{
    width: 660px;
    margin-top: 8px;
    margin-bottom: 50px;
}


.page_nav {
	padding:15px 15px;
	color:#999;
	font-size:14px;
	text-align:center;
	background-color:#fff;
}
.page_nav .nolink {
	display:inline-block;
	margin:0 5px;
	padding:0 5px;
	height:25px;
	line-height:25px;
	border:1px solid #fff;
}
.page_nav font, .page_nav a {
	display:inline-block;
	margin:0 5px;
	padding:0 10px;
	border:1px solid #e5e5e5;
	height:25px;
	line-height:25px;
	border-radius:5px;
}
.page_nav font {
	border:1px solid #fff;
}
.page_nav a:hover {
	color:#fff;
	border:1px solid #54a530;
	background-color:#54a530
}
.viewpage {
	margin:0;
	border-top:1px solid #f3f3f3;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	margin: 10px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}
/*分页*/

.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#cc0000;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
.nyyc {
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-top: 30px;
}
.fenlei span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.fenlei ul {
	margin-top: 20px;
}
.fenlei ul li {
	height: 38px;
	line-height: 38px;
	background: #e7e7e7;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 15px;
	width: 250px;
}
.fenlei ul li a {
	color: #333;
	display: block;
}
.fenlei ul li:hover {
	background:#ffa900;
	cursor: pointer;
}
.fenlei ul li:hover a {
	color: #fff;
}
.nylx {
	width: 245px;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 30px;
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	margin-bottom: 50px;
}
.nylx span {
	color: #333;
	font-size: 24px;
	font-family: "黑体"
}
.nylx p {
	color: #838383;
	font-size: 14px;
	line-height: 26px;
}
.main {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
}
.maina {
	width: 1350px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
	
}
.main_right {
	width:1105px;
	margin-bottom:50px;
    border: 1px #e9e9e9 solid;
}
.main .main_righta {
	width:1105px;
	margin-bottom:50px;
}
.text {
	line-height:35px;
	font-size:15px;
	color:#666;
	padding:30px;
}
.text span {
	font-size:15px;
	color:#666;
}
.text img {
	max-width:100%;
	margin-bottom: 20px;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	/*background: #f3f3f3;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #8F8F8F;
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
}
.main .subtitle span {
	padding:0 30px;
}
.stime {
	background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
	background: url(../images/liulan.png) left center no-repeat;
}
.main .main_left {
	width:182px;
}
.main .main_left .titleL {
	height:80px;
	background:url(../images/bt_vt57.jpg) top right no-repeat;
	text-align:center;
	overflow:auto;
}
.main .main_left .titleL span {
	font-size:24px;
	color:#fff;
	font-weight:700;
	display:block;
	width:100%;
	height:80px;
	line-height:80px;
}
.main .main_left .titleL2 {
	display: block;
	width:100%;
	margin-top:10px;
	overflow:hidden;
}
.main .main_left .titleL2 img {
	display:block;
	width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	;
	color:#305dc3;
	text-align:left;
	border-bottom:1px solid #305dc3;
	font-size:14px;
	position:relative;
}
.main .navLeft li a span {
	position:relative;
	z-index:5;
	padding-left:15px
}
.main .navLeft li a em {
	display:block;
	width:0;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	height:100%;
	background-color:#305dc3;
	-moz-transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
	color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
	width:100%;
}
.main .main_rightc {
    width:1105px;
    margin-bottom:50px;
}
.l_img {
    width:530px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 550px;
    height: 220px;
    background: #0065b6;
}

.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #3686c5 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#fff;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}

.xqcon{
    font-size: 14px;
    color: #eaeaea;
    line-height: 28px;
    width: 455px;
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.lianxi {
    width: 480px;
    margin-top: 18px;
}
.lianxi .a {
    display:block;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#0065b5;
    font-size:15px;
    border-bottom:1px solid #0065b5;
    padding-left:28px;
}
.lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
    font-size: 18px;
}
.dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #c20017;
    margin-top: 30px;
    width: 130px;
}
.dianhua a {
    color:#fff;
    display: block;
}
.dianhua:hover {
    background-color:#54524b;
}


.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.main .main_left {
    width:182px;
}
.main .main_left .titleL {
    height:80px;
    background:url(../images/bt_vt57.jpg) top right no-repeat;
    text-align:center;
    overflow:auto;
}
.main .main_left .titleL span {
    font-size:24px;
    color:#fff;
    font-weight:700;
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
}
.main .main_left .titleL2 {
    display: block;
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.main .main_left .titleL2 img {
    display:block;
    width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    ;
    color:#305dc3;
    text-align:left;
    border-bottom:1px solid #305dc3;
    font-size:14px;
    position:relative;
}
.main .navLeft li a span {
    position:relative;
    z-index:5;
    padding-left:15px
}
.main .navLeft li a em {
    display:block;
    width:0;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    background-color:#305dc3;
    -moz-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
    color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
    width:100%;
}
.product_top {
    padding: 10px;
}
.product_top .l_img {
    width:650px;
    height:455px;
    background-color:#f2f2f2;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:550px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:15px;
    color:#717171;
    line-height:30px;
}
.product_top .desc span {
    font-size:20px;
    font-weight:bold;
    color:#e40000;
}
.product_top .desc span b {
    font-size:30px;
}


.maina .main_righta {
	background: #fff;
	padding-bottom: 50px;
}
.h30 {
	height: 30px;
}
.newsTitle {
	height: 63px;
	line-height: 60px;
	font-size: 20px;
	border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	margin-top: 2px;
}
.newsTitle .active {
	color: #3dc3e8;
	border-bottom: 2px solid #3dc3e8;
	position: relative;
	top: 1px;
	line-height: 58px;
}

.lybt {
	text-align:center;
	margin-top:40px;
}

.lybt h3 {
	display:block;
	font-size:33px;
	line-height:45px;
	color:#5a5a5a;
}
.liuyan {
	margin-top:15px;
	text-align:center;
}
.liuyan span {
	font-size:15px;
	color: rgb(215, 12, 25);
}
.liuyan a {
	font-size:16px;
	color: #CCCCCC;
}
.liuyan p {
	font-size:16px;
	color: #666666;
	line-height:30px;
}

#faqbox {
	width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}
#faqbox form {
}
#faqbox .faqline {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
	color:#999;
	font-size:13px;
}
#faqbox .faqtit {
	width:78px;
	display:block;
	float:left;
	clear:both;
	color:#555;
}
#faqbox .Content {
	line-height:2em;
	text-align:left;
	padding-bottom:10px;
}
#faqbox font {
	margin:0 5px;
}
#faqbox .FaqTitle {
	height:50px;
	line-height:50px;
	padding:0 10px;
	border:1px solid #ddd;
	width:435px;
	vertical-align:top;
}
#faqbox .Content textarea {
	height:100px;
}
.wizfrm {
	border:none;
	width:455px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	background:#fff;
	margin-top:20px;
	font-family:'Microsoft YaHei';
	-moz-transition: all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
	background-color:#c20017;
}
.wizfrm:hover {
	background-color:#404040;
}
/**/


.mainBox {
    border: 1px #e9e9e9 solid;
}

.main .proListal {
	width:100%;
}
.main .proListal li {
	width:358px;
	float:left;
	background: #fff;
	height: 347px;
	margin-bottom: 15px;
	margin-left:10px;
	position:relative;
    box-sizing: border-box;
    border: 1px #e8e8e8 solid;
}
.main .proListal li .boxal {
	width:356px;
	height:300px;
	display:block;
	cursor:pointer;
}
.main .proListal li .boxal .spanImgal {
	display:block;
	overflow:hidden;
	width:356px;
	height:300px;
	margin: 0 auto;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.main .proListal li .spanal {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 356px;
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #fff;
    background: #0065b6;
}
.main .proListal li .spanal a {
	color:#000;
}

.main .proListal li:hover .spanal {
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	display: block;
    color: #fff;
    font-weight: bold;
}

.proListal li .avatar {
	position: relative;
}
.proListal li .avatar {
	display: block;
	height: 280px;
	overflow: hidden;
	width:340px;
}
.proListal li .avatar .spanImgal {
	height: 280px;
}
.avatar:hover, .zhuti .avatar:hover, .bbsinner .avatar:hover {
	box-shadow: 0 0 10px gray;
}
.avatar:hover .spanImgal, .zhuti .avatar:hover .spanImgal, .bbsinner .avatar:hover .spanImgal {
	transform: scale(1.3);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;
}



/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1060px;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 15px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #e30000;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #0065b6;
}
.page_news_con ul li:hover .page_news_p>a{
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #0065b6;
    margin-right: 12px ;
    vertical-align: middle;
}

.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 213px;
    height: 160px;
    overflow: hidden;
    margin-left: 15px;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 710px;
    margin-left:35px;
    margin-top: 13px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #0065b6;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
    overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
display: -webkit-box; 
-webkit-box-orient: vertical; 
-webkit-line-clamp: 2;
}
.page_news_p em{
    font-size: 15px;
    color: #999;
    padding-left: 30px;
    background: url(../images/shijian.png) left center no-repeat;
    font-family: "Arial";
    margin-top: 10px;
    display: block;
}

.BMap_Marker {
	display:none !important;
}
.BMap_Marker.BMap_noprint {
	background: url(../images/marker_red_sprite.png) center center no-repeat !important;
	display:block !important;
}
.box_left {
	float: left;
	width:260px;
}
.box_left .mode1 {
	width: 225px;
	margin-bottom: 20px;
}
.box_left .mode1 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode1 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode1 ul {
	overflow: hidden;
	padding-left: 0;
	margin-top: 24px;
}
.box_left .mode1 ul li {
	line-height: 40px;
	text-indent: 2em;
	margin: 10px 0;
}
.box_left .mode1 ul li a {
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
	background: #FF2D00;
	color: #ffba00;
}
.box_left .mode1 ul li a:hover {
	color: #fff;
}
.box_left .mode2 {
	width: 225px;
	overflow: hidden;
	margin-top: 50px;
}
.box_left .mode2 .z_title {
	font-size: 24px;
	display: block;
	color: #FF2D00;
	margin-left: 10px;
}
.box_left .mode2 .english {
	font-size: 24px;
	color: #d9d9d9;
	letter-spacing: 5px;
	height: 60px;
	margin-left: 10px;
}
.box_left .mode2 ul {
	margin: 0 0;
	padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dashed #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-right: 10px;
	margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
	color:#ffba00;
}
.box_left .mode2 ul li:hover {
	border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
	margin: 50px 0;
}
.box_left .mode3 span {
	background: url(../images/left_con.png) no-repeat 0 0;
	display: block;
	;
	height: 83px;
	line-height: 83px;
	font-size: 16px;
	text-indent: 1.5em;
	color:#FF2D00;
	font-weight: bold;
}
.box_left .mode3 .left_contact {
	line-height: 26px;
	background:#373737;
	color: #fff;
	padding:10px 15px;
	background-size: 100%
}

/*内页左侧分类*/

.left_class {
    width: 270px;
    background: #ededed;
    height: auto;
    padding-bottom: 30px;
    border: 1px #e0e0e0 solid;
}
.left_class .classT {
    background: #0065b6;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
    border-bottom: 5px #00589e solid;
    margin-bottom: 30px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#fff url(../images/arr.png) 200px center no-repeat;
    line-height:45px;
    text-align: left;
    border-radius: 50px;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 15px;
    color: #000;
    padding-left:32px;
}
.left_class .subNav:hover {
    background: #c20017  url(../images/arra.png) 200px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;
    display: none;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #dfdfdf solid;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 40px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 240px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 17px;
}
.left_class .lxwm span{
    height: 50px;
    background: #0065b6;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}
.left_class .lxwm ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #dedede solid;
    color: #000;
    font-size: 15px;
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #0243a9;
    margin-bottom: 10px;  
}
.hotimg dl dt{
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px #e6e6e6 solid;
    background: #fff;
    padding: 5px;
}
.hotimg dl dd{
    text-align: center;
    line-height: 35px;
}
.hotimg dl dd a{
    color: #333;
}
.hotimg dl dt:hover{
    border: 1px #0165f5 solid;
}
.hotimg dl dd a:hover{
    color: #00aa83;
    font-weight: bold;
}

